func runtime.bucketShift
7 uses
runtime (current package)
map.go#L184: func bucketShift(b uint8) uintptr {
map.go#L191: return bucketShift(b) - 1
map.go#L346: base := bucketShift(b)
map.go#L354: nbuckets += bucketShift(b - 4)
map.go#L905: if bucket == bucketShift(it.B) {
map.go#L1084: return count > bucketCnt && uintptr(count) > loadFactorNum*(bucketShift(B)/loadFactorDen)
map.go#L1118: return bucketShift(oldB)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)